* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:14px;
	outline: none;
	    font-family:"微软雅黑", Arial;
}

button {
	border: none;
	outline: none;
}

.bg {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}

.hide {
	display: none;
}

.tab-img img {
	position: relative;
	margin: auto;
	min-height: 190px;
}

.flex,
.flex-col,
.flex-wrap {
	display: flex;
	box-sizing: border-box;
}

.iflex {
	display: inline-flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-col {
	flex-direction: column;
}

.jc {
	justify-content: center;
}

.js {
	justify-content: flex-start;
}

.je {
	justify-content: flex-end;
}

.jb {
	justify-content: space-between;
}

.ja {
	justify-content: space-around;
}

.as {
	align-items: flex-start;
}

.ac {
	align-items: center;
}

.ae {
	align-items: flex-end;
}

.fg {
	flex-grow: 1;
}

.fn {
	flex: none;
}

.fe {
	align-self: flex-end;
}

#download_search {
	float: right;
}

.d_cate {
	display: inline-block;
}

/********************分页按钮***************/
div.zxf_pagediv {
	text-align: center;
	color: #999999;
	padding: 20px 20px 40px 0;
}

div.zxf_pagediv a {
	text-decoration: none;

}

div.zxf_pagediv span,
div.zxf_pagediv a {
	display: inline-block;
	box-sizing: border-box;
}

.current {
	color: #ffffff;
	background: #5fb458;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
}

.zxfPagenum {
	color: #666;
	background: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px;
	border-radius: 3px;
}

.nextpage {

	margin: 0 5px;
}

.nextbtn,
.prebtn,
span.disabled {
	color: #666;
	background: #fff;
	width: 88px;
	height: 42px;
	line-height: 42px;
	border-radius: 3px;
}

.zxfinput {
	width: 50px;
	height: 42px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	margin: 0 12px;
	border-radius: 3px;
	color: #666;
}

.zxfokbtn {
	width: 48px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #E6E6E6;
	margin-left: 10px;
	cursor: pointer;
	border-radius: 3px;
	background: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

/**********************首页****************/
.pb-carouselWarp {
	position: relative;
	width: 100%;
	/* height: 648px; */
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.pb-carouselWarp .pb-carousel {
	position: relative;
	height: 100%;
}

.pb-carouselWarp .pb-carousel li {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.pb-carouselWarp .pb-carousel li img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.pb-carouselWarp .pb-carousel .pb-this {
	display: block;
	left: 0;
}

.pb-carouselWarp .pb-carousel-ind {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.pb-carouselWarp .pb-carousel-ind li {
	float: left;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #ccc;
	margin: 0 5px;
	cursor: pointer;
}

.pb-carouselWarp .pb-carousel-ind .pb-this {
	background-color: #000;
}

.pb-carouselWarp .pb-arrow {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	border: none;
}

.pb-carouselWarp .pb-arrow-prev {
	left: 20px;
	background: #000000 url(../images/arrow-left.png) no-repeat center;
}

.pb-carouselWarp .pb-arrow-next {
	right: 20px;
	background: #000000 url(../images/arrow-right.png) no-repeat center;
}

.pb-carouselWarp[type='updown'] .pb-carousel-ind {
	position: absolute;
	width: 15px;
	top: 50%;
	left: auto;
	bottom: auto;
	right: 20px;
	transform: translateY(-50%);
}

.pb-carouselWarp[type='updown'] .pb-carousel-ind li {
	float: none;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #ccc;
	margin: 5px 0;
}

.pb-carouselWarp[type='updown'] .pb-carousel-ind .pb-this {
	background-color: #000;
}

.pb-carouselWarp[type='updown'] .pb-arrow {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -20px;
	margin-top: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.pb-carouselWarp[type='updown'] .pb-arrow-prev {
	top: 20px;
	background: #000000 url(../images/arrow-top.png) no-repeat center;
}

.pb-carouselWarp[type='updown'] .pb-arrow-next {
	top: auto;
	bottom: 20px;
	background: #000000 url(../images/arrow-bottom.png) no-repeat center;
}

.index_goodbg {
	width: 100%;
	overflow: hidden;
}

.index_good {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 40px 0;
	box-sizing: border-box;
	overflow: hidden;

}
.url_jump{
/*height:390px;*/
}

.index_good>div:first-child {
	font-size: 34px;
	line-height: 34px;
	text-align: center;
}

.index_good>div:nth-child(2) {
	font-size: 14px;
	line-height: 14px;
	color: #5fb458;
	text-align: center;
	margin-top: 12px;

}

.index_good>div:nth-child(3) {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}

.index_gbox>div {
	width: 29.16%;
	float: left;
	position: relative;
	cursor: move;

}

.index_gbox>div .share {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 10%;
	right: 0;
	background: url("../images/share.png") no-repeat;
	background-size: cover;
}

.index_gbox>div:hover .share {
	background: url("../images/share_active.png") no-repeat;
	background-size: cover;
}

.fdj {
	width: 200%;
	height: 500px;
	border: 1px solid #ececec;
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background: #fff;
	overflow: hidden;
	z-index: 666;
}

.index_gbox .more .fdj {
	left: -200% !important;
}

.fdj img {
	width: 200%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 777;
}

.index_gbox>div:hover div:nth-child(n+2) {
	color: #5fb458;
}

.index_gbox>div>div:first-child {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ececec;
	box-sizing: border-box;
}

.index_gbox>div>div:first-child img {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	height: 100%;
	transform: translateY(-50%)
}

.index_gbox>div>div:nth-child(2) {
	font-size: 16px;
	line-height: 16px;
	margin-top: 60px;
	color: #818181;
	text-align: center;
}

.index_gbox>div>div:nth-child(3) {
	font-size: 14px;
	line-height: 14px;
	margin-top: 12px;
	margin-bottom: 40px;
	color: #818181;
	text-align: center;
}

.index_gbox>div:nth-child(n+2) {
	margin-left: 5%;
}

.index_gbox>div:nth-child(3n+1) {
	margin-left: 0;
}

/* .index_gbox .target{
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 30%;
  background: #c8dfc6;
} */
@media screen and (min-width:998px) and (max-width: 1200px) {
	.pb-carouselWarp {
		height: 548px;
	}

	.index_good>div:first-child {
		font-size: 28px;
	}

	.index_gbox>div {
		width: 47.5%;
	}

	.index_gbox>div:nth-child(n+2) {
		margin-left: 5%;
	}

	.index_gbox>div:nth-child(2n+1) {
		margin-left: 0;
	}
}

@media screen and (max-width: 998px) {
	.pb-carouselWarp {
		height: 448px;
	}

	.index_good>div:first-child {
		font-size: 24px;
	}

	.index_gbox>div {
		width: 90%;
		float: none;
		margin: 0 auto;
	}
}

/***************************产品中心****************************/
.p_titlebg {
	width: 100%;
	padding: 45px 0;
	box-sizing: border-box;
	overflow: hidden;

}

.product_title {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}

.product_title>div:first-child {
	font-size: 32px;
	float: left;
}

.product_title>div:nth-child(2) {
	float: right;
	margin-top: 1.2%;
}

.product_title>div:first-child span {
	font-size: 20px;
	color: #ccc;
}

.p_title_right>div {
	float: left;
	font-size: 14px;
	line-height: 14px;
	color: #818181;
}

.p_title_right>div:nth-child(2)>a {
	text-decoration: none;
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	color: #818181;
}

.p_title_right>div:nth-child(2)>a:nth-child(n+2) {
	border-left: 1px solid #ececec;
}

.p_title_right>div:nth-child(2)>a:last-child {
	color: #5fb458;
}

.p_mainbg {
	width: 100%;
	overflow: hidden;
}

.p_main {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}

.p_main_fir {
	position: relative;
}

.p_main_fir>div {
	float: left;
}

.p_main_fir>div:first-child {
	width: 47.5%;
	height: 408px;
	border: 1px solid #ececec;
	box-sizing: border-box;
	position: relative;
}

.p_main_fir>div:first-child>img {
	display: block;
	width: 60%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}

.p_main_fir>div:nth-child(2) {
	width: 52.5%;
	overflow: hidden;
	position: relative;
	padding-left: 7.93%;
	box-sizing: border-box;
}

.p_main_detail>div:first-child {
	font-size: 22px;
	line-height: 22px;
}

.p_main_detail>div:nth-child(2) {
	font-size: 16px;
	line-height: 16px;
	color: #818181;
	margin-top: 10px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ececec;
	box-sizing: border-box;
}

.p_main_detail>div:nth-child(3) {
	margin-top: 50px;
}

.p_main_detail>div:nth-child(n+4) {
	margin-top: 20px;
}

.p_main_detail>div:nth-child(n+3) {
	font-size: 14px;
	font-weight: 550;
}

.p_main_detail>div:nth-child(n+3) span {
	font-weight: 500;
}

.p_main_fir>img {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.p_main_sec {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.p_main_sec>.title {
	width: 100%;
	height: 60px;
	background: #efefef;
	padding: 20px 0 20px 15px;
	box-sizing: border-box;
	overflow: hidden;
}

.p_main_sec .t_main {
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 20px;
	border-left: 3px solid #5fb458
}

.p_main_main>div:first-child {
	width: 35%;
	height: 370px;
	float: left;
	position: relative;
}

.p_main_main>div:first-child>img {
	width: 60%;
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
}

.p_main_main table {
	float: left;
	width: 60%;
	font-size: 12px;
	line-height: 38px;
	border-collapse: collapse;
	margin-top: 100px;
}

.p_main_main table th {
	background: #5fb458;
	text-align: left;
	color: #fff;
	text-indent: 10px;
}

.p_main_main table tr {
	border-bottom: 1px solid #818181;
}

.p_main_main table tr td {
	text-indent: 10px;
}

/***********************产品中心****************/
.list_firbg {
	width: 100%;
	overflow: hidden;
}

.list_fir {
	width: 100%;
	white-space: nowrap;
	max-width: 1200px;
	margin: auto;
	overflow-y: hidden;
	overflow-x: auto;
}

.list_fir>div {
	width: 6.66%;
	display: inline-block;
	float: left;
	overflow: hidden;
}

.list_fir>div>div {
	overflow: hidden;
}

.list_fir>div:nth-child(n+2) {
	margin-left: 6.25%;
}

.list_fir>div>div:first-child {
	width: 100%;
	height: 80px;
	overflow: hidden;
	position: relative;
	border-radius: 100%;
	border: 1px solid #ececec;
}

.list_fir>div>div:first-child>img {
	display: block;
	width: 90%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}

.list_fir>div>div:nth-child(2) {
	font-size: 14px;
	line-height: 14px;
	margin-top: 15px;
	text-align: center;
}

.list_fir>div:hover div:first-child {
	border: 1px solid #5fb458;
}

.list_fir>div:hover div:nth-child(2) {
	color: #5fb458;
}

.index_good .title {
	padding: 0 30px 0 30px;
	height: 82px;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	background: #eeeeee;
	margin-bottom: 50px;
}

.index_good .title>div {
	font-size: 14px;
	height: 100%;
	line-height: 82px;
	float: left;
}

.index_good .title>div:nth-child(n+2) {
	margin-left: 52px;
}

.index_good>div .active {
	color: #5fb458;
}

@media screen and (min-width:998px) and (max-width: 1200px) {
	.product_title>div:first-child {
		font-size: 28px;
	}

	.product_title>div:first-child span {
		font-size: 16px;
	}
}

@media screen and (max-width: 998px) {
	.product_title>div:first-child {
		font-size: 20px;
	}

	.product_title>div:first-child span {
		font-size: 12px;
	}

	.list_fir>div {
		width: 20%;
	}

	.list_fir>div:nth-child(4n+1) {
		margin-left: 0;
	}
}

/********************常见问题**************/
.q_bg {
	width: 100%;
	overflow: hidden;
}

.q_main {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}

.q_cell {
	padding: 30px 0;
	box-sizing: border-box;
	border-bottom: 1px dotted #ececec;
}

.q_cell:first-child {
	padding-top: 0;
}

.q_cell,
.q_cell>div {
	width: 100%;
	overflow: hidden;
}

.cell_q>div:first-child {
	width: 30px;
	height: 30px;
	float: left;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	background: #5fb458;
	color: #fff;
}

.cell_q>div:nth-child(2) {
	float: left;
	color: #5fb458;
	font-size: 18px;
	line-height: 30px;
	margin-left: 10px;
}

.cell_a {
	margin-top: 15px;
}

.cell_a>div:first-child {
	width: 30px;
	height: 30px;
	float: left;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	background: #333;
	color: #fff;
}

.cell_a>div:nth-child(2) {
	width: 96%;
	float: left;
	font-size: 13px;
	line-height: 30px;
	margin-left: 10px;
	color: #818181;
}

.button_box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-top: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.button_box button {
	width: 145px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 5px;
	float: left;
	background: #fff;
	border: 1px solid #ececec;
	cursor: pointer;
}

.button_box button:nth-child(n+2) {
	margin-left: 25px;
}

.button_box button:hover {
	background: #5fb458;
	color: #fff;
}

.button_box button.active {
	background: #5fb458;
	color: #fff;
}

@media screen and (min-width:998px) and (max-width: 1200px) {
	.cell_a>div:nth-child(2) {
		width: 94%;
	}

	.q_cell {
		padding-left: 1%;
		padding-right: 1%;
	}
}

@media screen and (max-width: 998px) {
	.cell_a>div:nth-child(2) {
		width: 90%;
	}

	.q_cell {
		padding-left: 1%;
		padding-right: 1%;
	}
}

/**********************大事记*****************/
.dsj_banner {
	width: 100%;
	display: block;
	max-width: 1200px;
	margin: auto;
}

.dsj_bg {
	width: 100%;
	overflow: hidden;
}

.dsj_main {
	width: 100%;
	max-width: 1200px;
	position: relative;
	padding-bottom: 40px;
	box-sizing: border-box;
	margin: auto;
	height: auto;
	overflow: hidden;
}

.dsj_left {
	width: 0.83%;
	position: absolute;
	left: 2.5%;
	top: 0;
	background: #ecf2f3;
	height: 1000px;
}

.dsj_right {
	width: 88.83%;
	margin-left: 10%;
}

.dsj_right>div>div:first-child {
	padding: 28px 0 28px 42px;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 14px;
	color: #818181;
	line-height: 30px;
	border: 1px solid #ececec;
}

.dsj_right>div {
	margin-top: 60px;
	position: relative;
}

.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -10px;
}

.sjx {
	position: relative;
	height: 0px;
	width: 0px;
	border-top: 9px solid transparent;
	border-right: 10px solid #ececec;
	border-bottom: 10px solid transparent;
}

.sjx:after {
	content: '';
	position: absolute;
	top: -19px;
	left: 2px;
	border-top: 19px solid transparent;
	border-right: 29px solid #FFFFFF;
	border-bottom: 29px solid transparent;
}

.dsj_right>div .year {
	width: 64px;
	height: 64px;
	border-radius: 100%;
	text-align: center;
	line-height: 64px;
	background: #5fb458;
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: -11%;
	top: 11%;
	transition: all 0.2s linear;
}

.dsj_right>div:hover div:first-child {
	border: 1px solid #5fb458;
	color: #5fb458;
}

.dsj_right>div:hover .year {
	transform: scale(1.1, 1.1)
}

/******************服务网点**************/
.net_bg {
	width: 100%;
	overflow: hidden;
}

.net_main {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 20px;
	overflow: hidden;
}

.net_cell {
	width: 47.66%;
	float: left;
	padding: 25px 30px 40px 25px;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #ececec;
	box-sizing: border-box;
}

.net_cell>div:first-child {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

.net_cell>div:nth-child(n+2) {
	font-size: 14px;
	line-height: 14px;
	color: #818181;
	margin-top: 22px;

}

.net_cell:nth-child(n+2) {
	margin-left: 2.5%;
}

.net_cell:nth-child(n+3) {
	margin-top: 2.5%;
}

.net_cell:nth-child(2n+1) {
	margin-left: 0;
}

.net_cell:hover {
	border: 1px solid #5fb458;
}

.net_cell:hover div:first-child {
	color: #5fb458;
}

/*******************公司简介**************/
.profile_bg {
	width: 100%;
	overflow: hidden;
}

.profile_main {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}

.profile_main>img {
	display: block;
	width: 100%;
}

.profile_main>div {
	font-size: 14px;
	color: #818181;
	line-height: 30px;
	text-indent: 20px;
	margin: 30px 0;
}

/******************联系方式************/
.concat_bg,
.concat_detail,
.concat_detail_left>div,
.culture_bg,
.culture_main>div,
.zs_bg {
	width: 100%;
	overflow: hidden;
}

.concat_main,
.culture_main,
.zs_main {
	width: 100%;
	overflow: hidden;
	max-width: 1200px;
	margin: auto;
}

.concat_main>img {
	display: block;
	width: 100%;
}

.concat_detail {
	margin: 50px 0;
}

.concat_detail_left {
	width: 34%;
	float: left;
	overflow: hidden;
}

.concat_detail_right {
	width: 66%;
	float: right;
	padding-left: 13.8%;
	box-sizing: border-box;
	overflow: hidden;
	border-left: 1px solid #ececec;
	box-sizing: border-box;
}

.concat_detail_left>div>div {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #818181;
}

.concat_detail_left>div>div:first-child {
	font-size: 16px;
	font-weight: bold;
}

.concat_detail_left>div:nth-child(n+2) {
	margin-top: 50px;
}

.concat_detail_right div {
	width: 46.5%;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	float: left;
	border-radius: 10px;
	border: 1px solid #ececec;
}

.concat_detail_right div:hover {
	border: 1px solid #5fb448;
}

.concat_detail_right div input {
	height: 98%;
	border: none;
	outline: none;
}

.concat_detail_right div span {
	margin-left: 10px;
}

.concat_detail_right div:nth-child(n+2) {
	margin-left: 5%;
}

.concat_detail_right div:nth-child(2n+1) {
	margin-left: 0;
}

.concat_detail_right div:nth-child(n+3) {
	margin-top: 5%;
}

.concat_detail_right textarea {
	width: 99%;
	height: 152px;
	text-indent: 10px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 25px;
	border-radius: 10px;
	border: 1px solid #ececec;
}

.concat_detail_right textarea:hover {
	border: 1px solid #5fb448;
}

.concat_detail_right button {
	width: 40.5%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 10px;
	margin-top: 25px;
	cursor: pointer;
}

.concat_detail_right .submit {
	background: #5fb448;
	float: left;
	border: 1px solid transparent;
	box-sizing: border-box;
	color: #fff;
}

.concat_detail_right .reset {
	border: 1px solid #ececec;
	box-sizing: border-box;
	float: right;
}

@media screen and (max-width: 1200px) {

	.concat_detail_left,
	.concat_detail_right {
		width: 100%;
		padding: 10px 10px;
	}

	.tab-img img {
		width: 100%;
	}
}

/********************企业文化*****************/
.culture_main>img {
	display: block;
	width: 100%;
}

.culture_main>div {
	padding: 40px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.culture_main>div:nth-child(n+2) {
	border-top: 1px solid #ececec;
}

.culture_main>div>div:first-child {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}

.culture_main>div>div:nth-child(n+2) {
	font-size: 14px;
	color: #818181;
	line-height: 30px;
}

@media screen and (max-width: 1200px) {
	.culture_main>div {
		padding: 20px 10px;
	}
}

/*****************企业资质******************/
.zs_main>div {
	width: 29.1%;
	float: left;
	overflow: hidden;
}

.zs_main>div:nth-child(n+2) {
	margin-left: 5%;
}

.zs_main>div:nth-child(3n+1) {
	margin-left: 0;
}

.zs_main>div>div:first-child {
	width: 100%;
	height: 248px;
	padding: 16px;
	overflow: hidden;
	border: 1px solid #ececec;
	box-sizing: border-box;
	position: relative;
}

.zs_main>div>div:first-child>img {
	width: 90%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}

.zs_main>div>div:nth-child(2) {
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 14px;
	color: #818181;
}

.preview_bg {
	width: 100%;
	overflow: hidden;
	display: none;
}

.preview_main {
	width: 100%;
	max-width: 1200px;
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	overflow: hidden;
	padding: 4%;
	box-sizing: border-box;
	z-index: 99;
}

.preview_main .close {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 100%;
	position: absolute;
	top: 1%;
	right: 1%;
	background: #efefef;
	cursor: pointer;
}

@media screen and (min-width: 998px) and (max-width: 1200px) {
	.zs_main>div>div:first-child {
		height: 200px;
	}
}

@media screen and (max-width: 998px) {
	.zs_main>div>div:first-child {
		height: 160px;
	}
}

/*********************头部****************/
.index_topbg {
	width: 100%;
	overflow: hidden;
	background: #333;
}

.index_top {
	width: 100%;
	height: 35px;
	max-width: 1200px;
	padding: 0 10px;
	box-sizing: border-box;
	margin: auto;
	background: #333;
}

.index_navbg {
	width: 100%;
	overflow: hidden;
	background: #5fb458;
}

.index_nav {
	width: 100%;
	height: 90px;
	max-width: 1200px;
	padding: 0 10px;
	box-sizing: border-box;
	margin: auto;
	background: #5fb458;
}

.index_nav>div {
	height: 100%;
	position: relative;
	background: #5fb458;
}

.index_nav>div:nth-child(-n+2) {
	overflow: hidden;
	float: left;
}

.index_nav>div:last-child {
	float: right;
}

.nav_fir {
	width: 30%;
	padding-left: 8.33%;
	padding-right: 2.5%;
	box-sizing: border-box;
	position: relative;
}

.nav_sec {
	width: 51.33%;
}

.nav_fir>img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 23.8%;
}

.nav_fir>div {
	color: #fff;
}

.nav_fir>div:nth-child(2) {
	font-weight:bold;
	font-size: 22px;
	line-height: 22px;
	margin-top: 24px
}

.nav_fir>div:nth-child(3) {
	
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
}

.nav_sec>a {
	display: block;
	font-size: 16px;
	position: relative;
	float: left;
	padding: 0 3.95%;
	color: #fff;
	box-sizing: border-box;
	line-height: 90px;
	text-decoration: none;
}

.nav_sec>a:hover {
	background: #4a9643;
}

.nav_sec>a.active {
	background: #4a9643;
}

.nav_thi {
	width: 18.66%;
	position: relative;
}

.nav_thi input {
	width: 100%;
	height: 34px;
	border: none;
	outline: none;
	line-height: 34px;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 36px;
	box-sizing: border-box;
}

.nav_thi img {
	width: 20px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.index_top>div:first-child {
	width: auto;
	float: left;
	line-height: 35px;
	font-size: 14px;
	color: #818181;
}

.index_top>div:last-child {
	float: right;
}

.index_yy>div {
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
	margin-top: 10px;
}

.index_yy>div:nth-child(n+2) {
	border-left: 1px solid #818181;
}

.index_yy>div>span {
	color: #818181;
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 14px;
	margin-left: 10px;
	box-sizing: border-box;
	overflow: hidden;
}

.index_yy>div>img {
	display: inline-block;
	float: left;
	width: 20px;
	height: 14px;
	box-sizing: border-box;
}

.hidelistbg {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: 125px;
	overflow: hidden;
	padding: 30px 0;
	box-sizing: border-box;
	background: #4a9643;
	display: none;
	z-index: 99;
}

.hidelist {
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin: auto;
	background: #4a9643;
	overflow: hidden;
}

.hidelist>div {
	width: 16.66%;
	float: left;
	border-left: 1px solid #ececec;
	box-sizing: border-box;
	position: relative;
	height: 102px;
	margin: 20px 0;
}

.hidelist>div:hover div {
	color: #ffd800;
}

.hidelist>div>img {

	position: absolute;
	left: 0%;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}

.hidelist>div>div {
	font-size: 16px;
	line-height: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

@media screen and (max-width: 1200px) {
	/* .nav_fir>img {
      width: 6%;
  } */

	.nav_fir>div:nth-child(2) {
		font-weight:bold;
		font-size: 16px;
	}

	.nav_sec>a {
		font-size: 12px;
	}

	.nav_fir>div:nth-child(3) {
		font-size: 12px;
	}

	/* .index_nav>div {
      width: 100%;
  } */
	/* .hidelistbg{
      top: 220px;
  } */
	.hidelist>div>div {
		font-size: 12px;
	}
}

/*********************相关下载***************/
.download_bg,
.download_main>.title {
	width: 100%;
	overflow: hidden;
}

.download_main {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}

.download_main>.title {
	padding: 24px 30px;
	box-sizing: border-box;
	background: #e1e1e1;
}

.download_main>.title>div:first-child {
	float: left;
}

.download_main>.title>div:first-child>div {
	float: left;
	height: 34px;
	padding: 0 15px;
	box-sizing: border-box;
	line-height: 34px;
	font-size: 14px;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
}

.download_main>.title>div:first-child>div.active {
	color: #5fb458;
	border: 1px solid #5fb458;
}

.d_title_right>div {
	float: left;
}

.d_cate span {
	font-size: 16px;
	line-height: 32px;
}

.d_cate select {
	font-size: 14px;
	height: 36px;
	border: none;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 4px;
	margin-left: 10px;
}

.d_cate select option {
	line-height: 40px;
}

.d_input {
	width: 275px;
	height: 38px;
	margin-left: 20px;
	float: right;
}

.download_table {
	width: 100%;
	font-size: 12px;
	line-height: 56px;
	border-collapse: collapse;
	margin: 20px;
}

.download_table th {
	font-size: 14px;
	text-align: left;
	text-indent: 10px;
}

.download_table tr,
.download_table tr td {
	border: 1px solid #ececec;
}

.download_table tr td {
	text-indent: 10px;
}

.download_table tr td:first-child {
	font-weight: bold;
}

.download_table tr td:nth-child(n+2) {
	color: #818181;
}

.d_icon {
	width: 16px;
	height: 16px;
	background: url("../images/d_download.png") no-repeat;
	background-size: cover;
	margin-left: 10px;
	cursor: pointer;
}

.download_table tr:hover td {
	background: #d9f2d6;
}

.download_table tr:hover td:first-child {
	color: #4a9643;
}

.download_table tr:hover td .d_icon {
	background: url("../images/d_download_active.png") no-repeat;
}


.index_footbg {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	box-sizing: border-box;
	background: #4a9643;
}

.index_foot {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	background: #4a9643;
	overflow: hidden;
}

.index_foot>div {
	width: 19.9%;
	float: left;
	padding-left: 4.58%;
	padding-right: 2.25%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.index_foot>div>img {
	display: block;
	width: 17.9%;
	position: absolute;
	left: 0;
	top: 0;
}

.index_foot>div>div:nth-child(2) {
	overflow: hidden;
}

.index_foot>div>div:nth-child(2)>a {
	display: block;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}

.index_foot>div>div:nth-child(2)>a:first-child {
	font-size: 18px;
	line-height: 18px;
}

.index_foot>div>div:nth-child(2)>a:nth-child(2) {
	font-size: 12px;
	line-height: 12px;
	margin-top: 10px;
}

.index_foot>div>div:nth-child(2)>a:nth-child(n+3) {
	font-size: 14px;
	line-height: 14px;
	margin-top: 25px;
}

@media screen and (min-width:998px) and (max-width: 1200px) {
	.index_foot>div {
		width: 33.33%;
	}

	.index_foot>div>img {
		width: 10%;
	}

	.index_foot>div>div:nth-child(2)>a:first-child {
		font-size: 14px;
		line-height: 14px;
	}

	.index_foot>div:nth-child(n+4) {
		margin-top: 20px;
	}

	.index_foot>div>div:nth-child(2)>a:nth-child(n+3) {
		margin-top: 10px
	}
}

.index_foot2 {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	margin-top: 45px;
	overflow: hidden;
}

.index_foot2>div {
	width: 100%;
	overflow: hidden;
}

.index_foot2 .line1 a {
	float: left;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
}

.index_foot2 .line1 a:nth-child(n+2) {
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
}

.index_foot2 .line1 a:nth-child(n+3) {
	border-left: 1px solid #ececec;
}

.index_foot2 .line2 {
	margin-top: 20px;
}

.index_foot2 .line2>div:first-child {
	float: left;
}

.index_foot2 .line2.div:nth-child(2) {
	float: right;
}

.index_foot2 .line2>div>div {
	float: left;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}

.index_foot2 .line2>div>div:nth-child(n+2) {
	margin-left: 20px;
}

.p_main_detail>div.cpjs{
	display:block;
}
.p_main_detail>div.cpjs p{
	display:block;
	padding:3px;
}
.p_main_detail>div.cpjs p span{
	font-size:18px;
}
@media screen and (max-width: 998px) {
	.index_foot>div {
		width: 50%;
	}

	.index_foot>div>img {
		width: 5%;
	}

	.index_foot>div:nth-child(n+3) {
		margin-top: 20px;
	}

	.index_foot>div>div:nth-child(2)>a:nth-child(n+3) {
		margin-top: 10px
	}
}

@media screen and (max-width: 1920px) {
	.tab-img img {
		width: 100%;
	}
}